home *** CD-ROM | disk | FTP | other *** search
- /*
- File: AppConfiguration.h
-
- Contains: Values for configuration purposes inside the actual application.
- Written by: DTS
-
- Copyright: © 1994-1995 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <1> 12/30/94 khs first file
-
- */
-
-
- #pragma once
-
-
- #include <Movies.h>
-
-
- // TOOLBOX CONSTANTS
- enum eBasicConstants {
- kWNEDefaultSleep = 0, // WNE Sleep time value
- kDefaultSysBeep = 10
- };
-
- enum eWindowConstants {
- kDefaultX = 100,
- kDefaultY = 100
- };
-
-